projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed41484
)
(stack_idx_of_map_multiple): Don't use C initializier.
author
Kenichi Handa
<handa@m17n.org>
Mon, 4 Dec 2000 00:46:25 +0000
(
00:46
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 4 Dec 2000 00:46:25 +0000
(
00:46
+0000)
src/ccl.c
patch
|
blob
|
history
diff --git
a/src/ccl.c
b/src/ccl.c
index ca50081f47cf0aeed3310b2611d8f0b747aadd70..4890efa9bbc26a52d48839205e6c11d93d28cb0e 100644
(file)
--- a/
src/ccl.c
+++ b/
src/ccl.c
@@
-597,7
+597,7
@@
static tr_stack *mapping_stack_pointer;
/* If this variable is non-zero, it indicates the stack_idx
of immediately called by CCL_MapMultiple. */
-static int stack_idx_of_map_multiple
= 0
;
+static int stack_idx_of_map_multiple;
#define PUSH_MAPPING_STACK(restlen, orig) \
do { \